aboutsummaryrefslogtreecommitdiff
path: root/pages/logs/[directory].tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/logs/[directory].tsx')
-rw-r--r--pages/logs/[directory].tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/logs/[directory].tsx b/pages/logs/[directory].tsx
index c3760f7..59875f1 100644
--- a/pages/logs/[directory].tsx
+++ b/pages/logs/[directory].tsx
@@ -36,7 +36,7 @@ export const getStaticProps: GetStaticProps = async (
const post = await getPostFromDirectory(directory);
const markdown = await getMarkdown(post);
-
+
return {
props: { post, markdown },
}
@@ -57,4 +57,4 @@ export async function getStaticPaths() {
paths,
fallback: false
};
-} \ No newline at end of file
+}